3 writes to _fce
PresentationFramework (3)
MS\Internal\FrameworkObject.cs (3)
61
_fce
= d as FrameworkContentElement;
77
_fce
= fce;
90
_fce
= d as FrameworkContentElement;
48 references to _fce
PresentationFramework (48)
MS\Internal\FrameworkObject.cs (48)
67
if (throwIfNeither && _fe == null &&
_fce
== null)
98
internal FrameworkContentElement FCE { get { return
_fce
; } }
102
internal bool IsFCE { get { return (
_fce
!= null); } }
103
internal bool IsValid { get { return (_fe != null ||
_fce
!= null); } }
120
return
_fce
.Parent;
139
return
_fce
.TemplateChildIndex;
158
return
_fce
.TemplatedParent;
177
return
_fce
.ThemeStyle;
196
return
_fce
.Language;
263
DependencyObject parent =
_fce
.Parent;
270
if (
_fce
.IsParentAnFE)
281
parent = ContentOperations.GetParent((ContentElement)
_fce
);
289
foParent.Reset(Helper.FindMentor(
_fce
.InheritanceContext));
345
return
_fce
.Style;
360
_fce
.Style = value;
376
return
_fce
.IsStyleSetFromGenerator;
391
_fce
.IsStyleSetFromGenerator = value;
411
parent =
_fce
.Parent;
461
return
_fce
.IsLoaded;
480
return
_fce
.IsInitialized;
499
return
_fce
.ThisHasLoadedChangeEventHandler;
518
return
_fce
.SubtreeHasLoadedChangeHandler;
533
_fce
.SubtreeHasLoadedChangeHandler = value;
548
return
_fce
.InheritanceBehavior;
567
return
_fce
.StoresParentTemplateValues;
582
_fce
.StoresParentTemplateValues = value;
615
_fce
.HasResourceReference = value;
687
return
_fce
.ShouldLookupImplicitStyles;
702
_fce
.ShouldLookupImplicitStyles = value;
769
_fce
.ChangeLogicalParent(newParent);
781
_fce
.BeginInit();
797
_fce
.EndInit();
813
return
_fce
.FindName(name, out scopeOwner);
897
logicalParent =
_fce
.Parent;
948
_fce
.RaiseEvent(args);
960
_fce
.OnLoaded(args);
972
_fce
.OnUnloaded(args);
984
_fce
.ChangeSubtreeHasLoadedChangedHandler(mentor);
996
_fce
.RaiseInheritedPropertyChangedEvent(ref info);
1028
_fce
.Loaded += value;
1043
_fce
.Loaded -= value;
1062
_fce
.Unloaded += value;
1077
_fce
.Unloaded -= value;
1096
_fce
.InheritedPropertyChanged += value;
1111
_fce
.InheritedPropertyChanged -= value;
1130
_fce
.ResourcesChanged += value;
1145
_fce
.ResourcesChanged -= value;
1171
return
_fce
.ToString();