51 references to DocumentApplicationDocumentViewer
PresentationUI (51)
MS\Internal\Documents\Application\CommandEnforcer.cs (2)
66
internal CommandEnforcer(
DocumentApplicationDocumentViewer
docViewer)
178
private
DocumentApplicationDocumentViewer
_docViewer;
MS\Internal\Documents\Application\FilePresentation.cs (2)
63
if (
DocumentApplicationDocumentViewer
.Instance != null)
65
rbw =
DocumentApplicationDocumentViewer
.Instance.RootBrowserWindow;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (43)
211
public static
DocumentApplicationDocumentViewer
Instance
990
_infoBarDigSigButton.Command =
DocumentApplicationDocumentViewer
.ShowSignatureSummary;
1015
_infoBarRMButton.Command =
DocumentApplicationDocumentViewer
.ShowRMPermissions;
1091
RMButton.Command =
DocumentApplicationDocumentViewer
.ShowRMPermissions;
1097
menuItem.Command =
DocumentApplicationDocumentViewer
.Sign;
1102
menuItem.Command =
DocumentApplicationDocumentViewer
.RequestSigners;
1107
menuItem.Command =
DocumentApplicationDocumentViewer
.ShowSignatureSummary;
1333
else if (e.Command.Equals(
DocumentApplicationDocumentViewer
.FocusToolBar))
1338
DocumentApplicationDocumentViewer
docViewer = sender as
DocumentApplicationDocumentViewer
;
1394
else if (e.Command.Equals(
DocumentApplicationDocumentViewer
.FocusToolBar))
1413
DocumentApplicationDocumentViewer
dv = sender as
DocumentApplicationDocumentViewer
;
1439
DocumentApplicationDocumentViewer
dv = sender as
DocumentApplicationDocumentViewer
;
1463
DocumentApplicationDocumentViewer
dv = sender as
DocumentApplicationDocumentViewer
;
1470
if (e.Command.Equals(
DocumentApplicationDocumentViewer
.Sign))
1474
else if (e.Command.Equals(
DocumentApplicationDocumentViewer
.RequestSigners))
1478
else if (e.Command.Equals(
DocumentApplicationDocumentViewer
.ShowSignatureSummary))
1492
DocumentApplicationDocumentViewer
dv = sender as
DocumentApplicationDocumentViewer
;
1506
if (e.Command.Equals(
DocumentApplicationDocumentViewer
.Sign))
1510
else if (e.Command.Equals(
DocumentApplicationDocumentViewer
.RequestSigners))
1514
else if (e.Command.Equals(
DocumentApplicationDocumentViewer
.ShowSignatureSummary))
1554
DocumentApplicationDocumentViewer
dv = sender as
DocumentApplicationDocumentViewer
;
1564
if (e.Command.Equals(
DocumentApplicationDocumentViewer
.ShowRMPermissions))
1568
else if (e.Command.Equals(
DocumentApplicationDocumentViewer
.ShowRMCredentialManager))
1572
else if (e.Command.Equals(
DocumentApplicationDocumentViewer
.ShowRMPublishingUI))
1591
DocumentApplicationDocumentViewer
dv = sender as
DocumentApplicationDocumentViewer
;
1600
if (e.Command.Equals(
DocumentApplicationDocumentViewer
.ShowRMCredentialManager))
1604
else if (e.Command.Equals(
DocumentApplicationDocumentViewer
.ShowRMPermissions))
1611
else if (e.Command.Equals(
DocumentApplicationDocumentViewer
.ShowRMPublishingUI))
1649
RMButton.Command =
DocumentApplicationDocumentViewer
.ShowRMPermissions;
1653
RMButton.Command =
DocumentApplicationDocumentViewer
.ShowRMPublishingUI;
2114
RoutedUICommand command = new RoutedUICommand(header, name, typeof(
DocumentApplicationDocumentViewer
), gestures);
2133
CommandManager.RegisterClassCommandBinding(typeof(
DocumentApplicationDocumentViewer
),
2141
CommandManager.RegisterClassInputBinding(typeof(
DocumentApplicationDocumentViewer
),
2166
enforcer.AddBinding(new PolicyBinding(
DocumentApplicationDocumentViewer
.Sign, RightsManagementPolicy.AllowSign));
2167
enforcer.AddBinding(new PolicyBinding(
DocumentApplicationDocumentViewer
.RequestSigners, RightsManagementPolicy.AllowSign));
2191
private static
DocumentApplicationDocumentViewer
_singletonInstance;
MS\Internal\Documents\DocumentSignatureManager.cs (4)
248
DocumentApplicationDocumentViewer
.Instance.RootBrowserWindow;
283
DocumentApplicationDocumentViewer
.Instance.RootBrowserWindow;
327
DocumentApplicationDocumentViewer
.Instance.RootBrowserWindow.Handle);
764
requestSignatureDialog.ShowDialog(
DocumentApplicationDocumentViewer
.Instance.RootBrowserWindow);